From c5588da6d88de01fb3c6f6c4192770de2cfc3db8 Mon Sep 17 00:00:00 2001 From: robertl Date: Tue, 31 Dec 2002 05:46:20 +0000 Subject: [PATCH] Include version in zip filename. git-svn-id: http://gpsbabel.googlecode.com/svn/trunk@210 f51c46e8-681c-474f-0cfe-069cfd0219fb --- gpsbabel/mingw/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gpsbabel/mingw/Makefile b/gpsbabel/mingw/Makefile index 7760f7383..daa02329a 100644 --- a/gpsbabel/mingw/Makefile +++ b/gpsbabel/mingw/Makefile @@ -9,6 +9,6 @@ CFLAGS=-Iinclude -I../coldsync -O gpsbabel.exe: $(OBJS) $(CC) -static $(CFLAGS) $(OBJS) lib/libexpat.a -o gpsbabel.exe cp gpsbabel.exe /tmp - zip -j /tmp/gpsbabel.zip gpsbabel.exe libexpat.dll \ + zip -j /tmp/gpsbabel-$(VERSIOND).zip gpsbabel.exe libexpat.dll \ ../win32/gpsbabelfront.exe -- 2.30.2